GetChildAXNodesRequest

data class GetChildAXNodesRequest(id: AXNodeId)

Represents request frame that can be used with Accessibility#getChildAXNodes operation call.

Fetches a particular accessibility node by AXNodeId. Requires enable() to have been called previously.

See also

Constructors

GetChildAXNodesRequest
Link copied to clipboard
fun GetChildAXNodesRequest(id: AXNodeId)

Properties

id
Link copied to clipboard
val id: AXNodeId

Sources

jvm source
Link copied to clipboard